home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / CLI_Tools.lha / PathPart.doc < prev    next >
Text File  |  1995-02-03  |  560b  |  48 lines

  1.  
  2.  
  3.     NAME
  4.     PathPart
  5.  
  6.     SYNOPSIS
  7.     PathPart - extract a filename's pathpart - Requires v37
  8.  
  9.     INPUTS
  10.     FILE/A
  11.  
  12.     FUNCTION
  13.     Pathpart gets a filename and extracts its
  14.     AmigaDOS path-part.
  15.  
  16.     The resulting string is sent to STDOUT.
  17.  
  18.     RESULT
  19.     a filename's pathpart
  20.  
  21.     NOTES
  22.     CLI - only
  23.  
  24.     should compile with DICE or SAS-C
  25.  
  26.     BUGS
  27.     none known yet
  28.  
  29.     SEE ALSO
  30.     dos.library/PathPart
  31.  
  32.     EXAMPLES
  33.     >PathPart a:a/a
  34.     "a:a"
  35.  
  36.     >PathPart a:a
  37.     "a:"
  38.  
  39.     >PathPart a
  40.     ""
  41.  
  42.     AUTHOR
  43.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  44.     noll@student.uni-kl.de
  45.  
  46.  
  47.  
  48.